home *** CD-ROM | disk | FTP | other *** search
- object fDest: TfDest
- Left = 472
- Top = 296
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Destination Folder'
- ClientHeight = 242
- ClientWidth = 264
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label37: TLabel
- Left = 6
- Top = 12
- Width = 247
- Height = 27
- AutoSize = False
- Caption =
- 'Select the Folder where your MindSpring software is to be instal' +
- 'led.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label34: TLabel
- Left = 6
- Top = 52
- Width = 42
- Height = 13
- Caption = '&Install to:'
- FocusControl = eDestDir
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label35: TLabel
- Left = 6
- Top = 80
- Width = 25
- Height = 13
- Caption = '&Path:'
- FocusControl = cDir
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label36: TLabel
- Left = 6
- Top = 172
- Width = 28
- Height = 13
- Caption = '&Drive:'
- FocusControl = cDrive
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object eDestDir: TEdit
- Left = 52
- Top = 52
- Width = 201
- Height = 21
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- end
- object cDir: TDirectoryListBox
- Left = 52
- Top = 80
- Width = 201
- Height = 85
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 1
- OnChange = cDirChange
- end
- object cDrive: TDriveComboBox
- Left = 52
- Top = 168
- Width = 201
- Height = 19
- DirList = cDir
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object bOK: TButton
- Left = 52
- Top = 204
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 3
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 144
- Top = 204
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = bCancelClick
- end
- end
-